Skip to content

Commit 68a96f7

Browse files
committed
feat: add XRPL CosmWasm mainnet params to config
1 parent ed0cb8d commit 68a96f7

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

axelar-chains-config/info/mainnet.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3220,6 +3220,10 @@
32203220
"stellar": {
32213221
"maxUintBits": 127,
32223222
"maxDecimalsWhenTruncating": 255
3223+
},
3224+
"xrpl": {
3225+
"maxUintBits": 256,
3226+
"maxDecimalsWhenTruncating": 255
32233227
}
32243228
},
32253229
"AxelarnetGateway": {
@@ -3230,6 +3234,41 @@
32303234
"codeId": 22,
32313235
"address": "axelar18vsne7lns36uvm8gv2cv5jl2lghts0xm7dvzpqzn70dl56gk9hvsgu9sqg"
32323236
}
3237+
},
3238+
"XrplVotingVerifier": {
3239+
"xrpl": {
3240+
"governanceAddress": "axelar10d07y265gmmuvt4z0w9aw880jnsr700j7v9daj",
3241+
"serviceName": "amplifier",
3242+
"votingThreshold": [
3243+
"2",
3244+
"3"
3245+
],
3246+
"blockExpiry": 10,
3247+
"confirmationHeight": 1,
3248+
"address": "axelar1lppu77d7h4u7jylw9afctsc2908ea0eh3q6ap82fep5s2qjk9axqvd3sjx"
3249+
}
3250+
},
3251+
"XrplGateway": {
3252+
"xrpl": {
3253+
"governanceAddress": "axelar10d07y265gmmuvt4z0w9aw880jnsr700j7v9daj",
3254+
"adminAddress": "axelar1pczf792wf3p3xssk4dmwfxrh6hcqnrjp70danj",
3255+
"address": "axelar1x60sazqdzjd6nrwh6z92qe2r8rpd4x7ev9z0zgxjsfgn2dl7g9xsrfeeu5"
3256+
}
3257+
},
3258+
"XrplMultisigProver": {
3259+
"xrpl": {
3260+
"governanceAddress": "axelar10d07y265gmmuvt4z0w9aw880jnsr700j7v9daj",
3261+
"adminAddress": "axelar1pczf792wf3p3xssk4dmwfxrh6hcqnrjp70danj",
3262+
"signingThreshold": [
3263+
"2",
3264+
"3"
3265+
],
3266+
"serviceName": "amplifier",
3267+
"verifierSetDiffThreshold": 0,
3268+
"xrplTransactionFee": 5000,
3269+
"ticketCountThreshold": 50,
3270+
"address": "axelar12k57j826jl8xldyl2hf9hnc9gwf72zl48xfq4qn20sl4kl8unrxsejqvm8"
3271+
}
32333272
}
32343273
}
32353274
}

0 commit comments

Comments
 (0)