@stargatefinance/stg-evm-sdk-v2 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/deployments/ault-mainnet/CreditMessaging.json +1501 -0
- package/deployments/ault-mainnet/FeeLibV1ETH.json +611 -0
- package/deployments/ault-mainnet/FeeLibV1USDC.json +611 -0
- package/deployments/ault-mainnet/OFTTokenETH.json +693 -0
- package/deployments/ault-mainnet/OFTWrapper.json +1506 -0
- package/deployments/ault-mainnet/StargateOFTETH.json +1989 -0
- package/deployments/ault-mainnet/StargateOFTUSDC.json +1978 -0
- package/deployments/ault-mainnet/TokenMessaging.json +2475 -0
- package/deployments/ault-mainnet/Treasurer.json +450 -0
- package/deployments/subtensorevm-mainnet/CreditMessaging.json +1501 -0
- package/deployments/subtensorevm-mainnet/FeeLibV1USDC.json +611 -0
- package/deployments/subtensorevm-mainnet/OFTWrapper.json +1506 -0
- package/deployments/subtensorevm-mainnet/StargateOFTUSDC.json +1978 -0
- package/deployments/subtensorevm-mainnet/TokenMessaging.json +2475 -0
- package/deployments/subtensorevm-mainnet/Treasurer.json +450 -0
- package/dist/deployed/CreditMessaging.cjs +6 -0
- package/dist/deployed/CreditMessaging.cjs.map +1 -1
- package/dist/deployed/CreditMessaging.mjs +6 -0
- package/dist/deployed/CreditMessaging.mjs.map +1 -1
- package/dist/deployed/FeeLibV1ETH.cjs +3 -0
- package/dist/deployed/FeeLibV1ETH.cjs.map +1 -1
- package/dist/deployed/FeeLibV1ETH.mjs +3 -0
- package/dist/deployed/FeeLibV1ETH.mjs.map +1 -1
- package/dist/deployed/FeeLibV1USDC.cjs +6 -0
- package/dist/deployed/FeeLibV1USDC.cjs.map +1 -1
- package/dist/deployed/FeeLibV1USDC.mjs +6 -0
- package/dist/deployed/FeeLibV1USDC.mjs.map +1 -1
- package/dist/deployed/OFTTokenETH.cjs +3 -0
- package/dist/deployed/OFTTokenETH.cjs.map +1 -1
- package/dist/deployed/OFTTokenETH.mjs +3 -0
- package/dist/deployed/OFTTokenETH.mjs.map +1 -1
- package/dist/deployed/OFTWrapper.cjs +6 -0
- package/dist/deployed/OFTWrapper.cjs.map +1 -1
- package/dist/deployed/OFTWrapper.mjs +6 -0
- package/dist/deployed/OFTWrapper.mjs.map +1 -1
- package/dist/deployed/StargateOFTETH.cjs +3 -0
- package/dist/deployed/StargateOFTETH.cjs.map +1 -1
- package/dist/deployed/StargateOFTETH.mjs +3 -0
- package/dist/deployed/StargateOFTETH.mjs.map +1 -1
- package/dist/deployed/StargateOFTUSDC.cjs +6 -0
- package/dist/deployed/StargateOFTUSDC.cjs.map +1 -1
- package/dist/deployed/StargateOFTUSDC.mjs +6 -0
- package/dist/deployed/StargateOFTUSDC.mjs.map +1 -1
- package/dist/deployed/TokenMessaging.cjs +6 -0
- package/dist/deployed/TokenMessaging.cjs.map +1 -1
- package/dist/deployed/TokenMessaging.mjs +6 -0
- package/dist/deployed/TokenMessaging.mjs.map +1 -1
- package/dist/deployed/Treasurer.cjs +6 -0
- package/dist/deployed/Treasurer.cjs.map +1 -1
- package/dist/deployed/Treasurer.mjs +6 -0
- package/dist/deployed/Treasurer.mjs.map +1 -1
- package/dist/deployed/contracts.cjs +45 -0
- package/dist/deployed/contracts.cjs.map +1 -1
- package/dist/deployed/contracts.mjs +45 -0
- package/dist/deployed/contracts.mjs.map +1 -1
- package/dist/deployed/index.cjs +45 -0
- package/dist/deployed/index.cjs.map +1 -1
- package/dist/deployed/index.mjs +45 -0
- package/dist/deployed/index.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -17,6 +17,7 @@ var addresses = {
|
|
|
17
17
|
"apexfusionnexus-mainnet": "0x0829F361A05D993d5CEb035cA6DF3446b060970b",
|
|
18
18
|
"arbitrum-mainnet": "0xF1fCb4CBd57B67d683972A59B6a7b1e2E8Bf27E6",
|
|
19
19
|
"arbsep-testnet": "0x28ddfFDf27b44aEFE73c9a5320A32C4145e30ddF",
|
|
20
|
+
"ault-mainnet": "0x549943e04f40284185054145c6E4e9568C1D3241",
|
|
20
21
|
"aurora-mainnet": "0x138EB30f73BC423c6455C53df6D89CB01d9eBc63",
|
|
21
22
|
"avalanche-mainnet": "0x08ed1d79D509A6f1020685535028ae60C144441E",
|
|
22
23
|
"avalanche-testnet": "0x0e81579B25C9c458A2030824B7fdBd0194900803",
|
|
@@ -85,6 +86,7 @@ var addresses = {
|
|
|
85
86
|
"sophon-mainnet": "0x5e35591232baA1CC777C5029f19Fe3853ac83331",
|
|
86
87
|
"stable-mainnet": "0x9FBBAFC2Ad79af2b57eD23C60DfF79eF5c2b0FB5",
|
|
87
88
|
"story-mainnet": "0xbbA60da06c2c5424f03f7434542280FCAd453d10",
|
|
89
|
+
"subtensorevm-mainnet": "0x674843C06FF83502ddb4D37c2E09C01cdA38cbc8",
|
|
88
90
|
"superposition-mainnet": "0x4a364f8c717cAAD9A442737Eb7b8A55cc6cf18D8",
|
|
89
91
|
"swell-mainnet": "0x28BEc7E30E6faee657a03e19Bf1128AaD7632A00",
|
|
90
92
|
"taiko-mainnet": "0x0dB9afb4C33be43a0a0e396Fd1383B4ea97aB10a",
|
|
@@ -99,6 +101,7 @@ var transactionHashes = {
|
|
|
99
101
|
"apexfusionnexus-mainnet": "0xc45d6ccb688b3d0e15b17427f2e8d28131824517a8b759c4b07c9c115c91b528",
|
|
100
102
|
"arbitrum-mainnet": "0xac997aebff8fc209bad8988db980156a9b12cf8ba069a0ca0b85b736afdfb295",
|
|
101
103
|
"arbsep-testnet": "0x119f03aa93616e60ec372f061fd55d588e98ae9ed17affc72fa7521f5ceced6f",
|
|
104
|
+
"ault-mainnet": "0x23676344095373e6d7becb8f50584beea1a78d16d7d20027b287dd7242d1d384",
|
|
102
105
|
"aurora-mainnet": "0x10943072cac5da6315d40a1da54398e5f37b711795787498cd943eaffa6ac74f",
|
|
103
106
|
"avalanche-mainnet": "0x3902a2e1599d34ff846b8d86dcfb31ce285a19e436831e83d2e0fb4b65b80600",
|
|
104
107
|
"avalanche-testnet": "0x500e66306eeb11a54d964c7e4ebde27d65f34a7120d9f950cba0b27051851a87",
|
|
@@ -166,6 +169,7 @@ var transactionHashes = {
|
|
|
166
169
|
"sonic-mainnet": "0xd6cafb82b35439286a0041f8f0e42df22296e7a2bc71b9822e3ec033b81a7135",
|
|
167
170
|
"stable-mainnet": "0x3837737c95d3d1febc9aeb6e4eae4798fdd233dc1c236f4a13c44861ad081371",
|
|
168
171
|
"story-mainnet": "0x08d9cebeb26907dcaddc6175195dc37be3242019ba43d7895ffc8b38a6e6fc95",
|
|
172
|
+
"subtensorevm-mainnet": "0x6a904956654ae674250f954b0355bffb3b36f6980650ff59883f49a41af174d3",
|
|
169
173
|
"superposition-mainnet": "0x7e1f121486406b9b32c0e6d576138fd744a8150f71e512d60ee4f47ece7f6b2f",
|
|
170
174
|
"swell-mainnet": "0x9e5f6834b2b5a9e5cd2d292e762a5bcb1a879800901ebf08a5c1ec5aa23b3ce7",
|
|
171
175
|
"taiko-mainnet": "0x6cbe2e4159135d923787224dbc6f1b5386a4cab21e345caefe137f4572cc5d16",
|
|
@@ -183,6 +187,7 @@ var abis = {
|
|
|
183
187
|
"apexfusionnexus-mainnet": abi0,
|
|
184
188
|
"arbitrum-mainnet": abi0,
|
|
185
189
|
"arbsep-testnet": abi0,
|
|
190
|
+
"ault-mainnet": abi0,
|
|
186
191
|
"aurora-mainnet": abi0,
|
|
187
192
|
"avalanche-mainnet": abi0,
|
|
188
193
|
"avalanche-testnet": abi0,
|
|
@@ -251,6 +256,7 @@ var abis = {
|
|
|
251
256
|
"sophon-mainnet": abi0,
|
|
252
257
|
"stable-mainnet": abi0,
|
|
253
258
|
"story-mainnet": abi0,
|
|
259
|
+
"subtensorevm-mainnet": abi0,
|
|
254
260
|
"superposition-mainnet": abi0,
|
|
255
261
|
"swell-mainnet": abi0,
|
|
256
262
|
"taiko-mainnet": abi0,
|
|
@@ -273,6 +279,7 @@ var addresses2 = {
|
|
|
273
279
|
"ape-mainnet": "0x60f2a61f07a51874C37ad2eD741727CcfCdFFD52",
|
|
274
280
|
"arbitrum-mainnet": "0xda82A31dF339BfDF0123661134b4DB63Cb1706f5",
|
|
275
281
|
"arbsep-testnet": "0x2D942075b09c0B955994cf5bf71E25e584f23668",
|
|
282
|
+
"ault-mainnet": "0xB0B2391a32E066FDf354ef7f4199300f920789F0",
|
|
276
283
|
"base-mainnet": "0x17E450Be3Ba9557F2378E20d64AD417E59Ef9A34",
|
|
277
284
|
"bera-mainnet": "0x9d1B1669c73b033DFe47ae5a0164Ab96df25B944",
|
|
278
285
|
"bl3-testnet": "0xad11a8BEb98bbf61dbb1aa0F6d6F2ECD87b35afA",
|
|
@@ -334,6 +341,7 @@ var transactionHashes2 = {
|
|
|
334
341
|
"ape-mainnet": "0x860072f4fb03690a51f09779dbfe95c85beeae70e796c84396597fa5abef1ca9",
|
|
335
342
|
"arbitrum-mainnet": "0xb3d988a4c8f26b0bb896bfaae7deb61b5e2554e40a3defd51278c473b88baf01",
|
|
336
343
|
"arbsep-testnet": "0x9251ef6b5a6ee2f85b1d7f0609be22c50a2c1df585a498e6b1242c3fea5cd4f7",
|
|
344
|
+
"ault-mainnet": "0x7c1405a1557397e16578586cfbcb5af1d36f82d51c07734586c93c1dc7cc5923",
|
|
337
345
|
"base-mainnet": "0xb2c13b2ad4db46487b07886d9319872721def33155a2e9488f4f11764b600000",
|
|
338
346
|
"bera-mainnet": "0x6a4fad1e0c4f815cf984b3b1803af596de142f477d4f1422f751da558c9fa6dc",
|
|
339
347
|
"bl3-testnet": "0x2d0caa7525ff9bf2a396c2f9bdc07bc2f0ab566e4f916b6b61049bb11641627f",
|
|
@@ -396,6 +404,7 @@ var abis2 = {
|
|
|
396
404
|
"ape-mainnet": abi02,
|
|
397
405
|
"arbitrum-mainnet": abi02,
|
|
398
406
|
"arbsep-testnet": abi02,
|
|
407
|
+
"ault-mainnet": abi02,
|
|
399
408
|
"base-mainnet": abi02,
|
|
400
409
|
"bera-mainnet": abi02,
|
|
401
410
|
"bl3-testnet": abi02,
|
|
@@ -533,6 +542,7 @@ var addresses5 = {
|
|
|
533
542
|
"apexfusionnexus-mainnet": "0x31EEf89D5215C305304a2fA5376a1f1b6C5dc477",
|
|
534
543
|
"arbitrum-mainnet": "0x80F755e3091b2Ad99c08Da8D13E9C7635C1b8161",
|
|
535
544
|
"arbsep-testnet": "0x9554E739735ef03C7458577bBa6549aEc619Ac50",
|
|
545
|
+
"ault-mainnet": "0x164A2dE1bc5dc56F329909F7c97Bae929CaE557B",
|
|
536
546
|
"aurora-mainnet": "0x6E3d884C96d640526F273C61dfcF08915eBd7e2B",
|
|
537
547
|
"avalanche-mainnet": "0xDFc47DCeF7e8f9Ab19a1b8Af3eeCF000C7ea0B80",
|
|
538
548
|
"base-mainnet": "0x08ed1d79D509A6f1020685535028ae60C144441E",
|
|
@@ -593,6 +603,7 @@ var addresses5 = {
|
|
|
593
603
|
"sophon-mainnet": "0x577b968fCcc819FEd8767E0a54ac83A5684B6172",
|
|
594
604
|
"stable-mainnet": "0x564770837Ef8bbF077cFe54E5f6106538c815B22",
|
|
595
605
|
"story-mainnet": "0xB0B2391a32E066FDf354ef7f4199300f920789F0",
|
|
606
|
+
"subtensorevm-mainnet": "0xBAb93B7ad7fE8692A878B95a8e689423437cc500",
|
|
596
607
|
"superposition-mainnet": "0xAfB39384cd5B7d84ed4D569b7ceC294eb1Dc5EE5",
|
|
597
608
|
"taiko-mainnet": "0xCd4302D950e7e6606b6910Cd232758b5ad423311",
|
|
598
609
|
"telos-mainnet": "0xB0B2391a32E066FDf354ef7f4199300f920789F0",
|
|
@@ -604,6 +615,7 @@ var transactionHashes5 = {
|
|
|
604
615
|
"apexfusionnexus-mainnet": "0x42adf6e2137c316adfbc29d180b36510f065972f7a06ba1aba23d2e632f8ffb7",
|
|
605
616
|
"arbitrum-mainnet": "0x535e2452818df79194bb77a3ac3e39fbeb3a14057ef2a3632d7da2079f807699",
|
|
606
617
|
"arbsep-testnet": "0x1eae9f185264794deca9e062f86a3452dab8f461abfdd5191703a496e4f8e5f6",
|
|
618
|
+
"ault-mainnet": "0x6ab82da6b1fd7ad726002bfcf9d4d4cfe4231b8865623857a45e272e52a86f68",
|
|
607
619
|
"aurora-mainnet": "0x438770fc09ff01ae54e45f33287f5b95c53bd098905c44e98f984bd6fe5bc4b8",
|
|
608
620
|
"avalanche-mainnet": "0x2567d25a4dc3c457dceff27d7f9bd84a2a190d61b5b0c36fe3f1d00b47fa3558",
|
|
609
621
|
"base-mainnet": "0x3aae7ac61eaf1b062c80bccd280bcef1c3d648a8d150d6bd796f3bc06535a21b",
|
|
@@ -663,6 +675,7 @@ var transactionHashes5 = {
|
|
|
663
675
|
"sonic-mainnet": "0x69d610ca9b86a446504985e9fdc4188c8dbe5c06c1f9f1d728f8bf6cb24c1d72",
|
|
664
676
|
"stable-mainnet": "0xdaafdfe36829b2a10156a5512de25d06432628bb7fc2889b8485639acad88bbf",
|
|
665
677
|
"story-mainnet": "0x4b4c411b816f73499fe239dfa495ea65f63c99f17aec8827ecef2085c699f303",
|
|
678
|
+
"subtensorevm-mainnet": "0xaadb4712cc2d28da8bc80a44fbba3d2d91dfe41334207fef0d5c6454bffb8da6",
|
|
666
679
|
"superposition-mainnet": "0x5d548d1caa4c9847b7031ccaad9052cbb2fe49ecdf7b4979ea0748addcf7ec14",
|
|
667
680
|
"taiko-mainnet": "0x5a53a5b40f675e4b2ccfbca78f6c9b238a4628e03d04bb2b38e0e02f8165986c",
|
|
668
681
|
"telos-mainnet": "0x218abddc7db21a6b8b000316b7a0c79382098783d21f41cd64d3aeaea8039b4f",
|
|
@@ -676,6 +689,7 @@ var abis5 = {
|
|
|
676
689
|
"apexfusionnexus-mainnet": abi05,
|
|
677
690
|
"arbitrum-mainnet": abi05,
|
|
678
691
|
"arbsep-testnet": abi05,
|
|
692
|
+
"ault-mainnet": abi05,
|
|
679
693
|
"aurora-mainnet": abi05,
|
|
680
694
|
"avalanche-mainnet": abi05,
|
|
681
695
|
"base-mainnet": abi05,
|
|
@@ -736,6 +750,7 @@ var abis5 = {
|
|
|
736
750
|
"sophon-mainnet": abi05,
|
|
737
751
|
"stable-mainnet": abi05,
|
|
738
752
|
"story-mainnet": abi05,
|
|
753
|
+
"subtensorevm-mainnet": abi05,
|
|
739
754
|
"superposition-mainnet": abi05,
|
|
740
755
|
"taiko-mainnet": abi05,
|
|
741
756
|
"telos-mainnet": abi05,
|
|
@@ -934,6 +949,7 @@ __export(OFTTokenETH_exports, {
|
|
|
934
949
|
});
|
|
935
950
|
var addresses8 = {
|
|
936
951
|
"ape-mainnet": "0xf4D9235269a96aaDaFc9aDAe454a0618eBE37949",
|
|
952
|
+
"ault-mainnet": "0x2086f755A6d9254045C257ea3d382ef854849B0f",
|
|
937
953
|
"bera-mainnet": "0x2F6F07CDcf3588944Bf4C42aC74ff24bF56e7590",
|
|
938
954
|
"bl3-testnet": "0x2d93FbcE4CffC15DD385A80B3f4CC1D4E76C38b3",
|
|
939
955
|
"botanix-mainnet": "0x3292c42e8E9Ab3C6a12CFdA556BbCB6f113B1E28",
|
|
@@ -971,6 +987,7 @@ var addresses8 = {
|
|
|
971
987
|
};
|
|
972
988
|
var transactionHashes8 = {
|
|
973
989
|
"ape-mainnet": "0xb9f420c1e9fa7dccbe4084725c52fa1591e4a5e0873000dd30a53de7a2dd0bcb",
|
|
990
|
+
"ault-mainnet": "0xb57735cf7eaa9b58f135ff3ec210eb4172bc493e233392a090b21b82ad7071c2",
|
|
974
991
|
"bera-mainnet": "0x04ce637fe3f8c872d4b90a7a6a1df947df8794365642daf83e66461a7e23901f",
|
|
975
992
|
"bl3-testnet": "0x73c9cfac5b38ba4e29876ad7bda14e535431870b36c2528be26a21ea632a0152",
|
|
976
993
|
"botanix-mainnet": "0xdd2a1e65860967dd8662c6b8a33b09f801151f9d57e96dd0d44d23a6afd25ad9",
|
|
@@ -1009,6 +1026,7 @@ var transactionHashes8 = {
|
|
|
1009
1026
|
var abi08 = [{ "inputs": [{ "internalType": "string", "name": "name_", "type": "string" }, { "internalType": "string", "name": "symbol_", "type": "string" }, { "internalType": "uint8", "name": "decimals_", "type": "uint8" }], "stateMutability": "nonpayable", "type": "constructor" }, { "inputs": [{ "internalType": "address", "name": "caller", "type": "address" }], "name": "OnlyMinter", "type": "error" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "owner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "spender", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "value", "type": "uint256" }], "name": "Approval", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "minter", "type": "address" }], "name": "MinterAdded", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "minter", "type": "address" }], "name": "MinterRemoved", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" }], "name": "OwnershipTransferred", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "from", "type": "address" }, { "indexed": true, "internalType": "address", "name": "to", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "value", "type": "uint256" }], "name": "Transfer", "type": "event" }, { "inputs": [{ "internalType": "address", "name": "_minter", "type": "address" }], "name": "addMinter", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "owner", "type": "address" }, { "internalType": "address", "name": "spender", "type": "address" }], "name": "allowance", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "spender", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" }], "name": "approve", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "account", "type": "address" }], "name": "balanceOf", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_account", "type": "address" }, { "internalType": "uint256", "name": "_value", "type": "uint256" }], "name": "burnFrom", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "decimals", "outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "spender", "type": "address" }, { "internalType": "uint256", "name": "subtractedValue", "type": "uint256" }], "name": "decreaseAllowance", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "spender", "type": "address" }, { "internalType": "uint256", "name": "addedValue", "type": "uint256" }], "name": "increaseAllowance", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_account", "type": "address" }, { "internalType": "uint256", "name": "_amount", "type": "uint256" }], "name": "mint", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "addr", "type": "address" }], "name": "minters", "outputs": [{ "internalType": "bool", "name": "canMint", "type": "bool" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "name", "outputs": [{ "internalType": "string", "name": "", "type": "string" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "owner", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_minter", "type": "address" }], "name": "removeMinter", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "symbol", "outputs": [{ "internalType": "string", "name": "", "type": "string" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "totalSupply", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" }], "name": "transfer", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "from", "type": "address" }, { "internalType": "address", "name": "to", "type": "address" }, { "internalType": "uint256", "name": "amount", "type": "uint256" }], "name": "transferFrom", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "newOwner", "type": "address" }], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }];
|
|
1010
1027
|
var abis8 = {
|
|
1011
1028
|
"ape-mainnet": abi08,
|
|
1029
|
+
"ault-mainnet": abi08,
|
|
1012
1030
|
"bera-mainnet": abi08,
|
|
1013
1031
|
"bl3-testnet": abi08,
|
|
1014
1032
|
"botanix-mainnet": abi08,
|
|
@@ -1059,6 +1077,7 @@ var addresses9 = {
|
|
|
1059
1077
|
"arbitrum-mainnet": "0x389C106379Acf1E127bF31fa1fDbe62dbFB55B9e",
|
|
1060
1078
|
"arbsep-testnet": "0x65A0698284cca02f55353cE9849E56F507962c43",
|
|
1061
1079
|
"astar-mainnet": "0xE520D724f0C4B72FaEB9C0580281f6FE1F3E79F6",
|
|
1080
|
+
"ault-mainnet": "0x2d93FbcE4CffC15DD385A80B3f4CC1D4E76C38b3",
|
|
1062
1081
|
"aurora-mainnet": "0x4f579E60F4c0E5e1400c3dFEe696d71D625246fe",
|
|
1063
1082
|
"avalanche-mainnet": "0x411c77B163653044DbEb7A42E5B1B9E60B24ab67",
|
|
1064
1083
|
"avalanche-testnet": "0x31EEf89D5215C305304a2fA5376a1f1b6C5dc477",
|
|
@@ -1136,6 +1155,7 @@ var addresses9 = {
|
|
|
1136
1155
|
"sophon-mainnet": "0xaAAc80eD8A85fa14Fcee0207269C74eEDDE5290C",
|
|
1137
1156
|
"stable-mainnet": "0x5d46805BBFAcA875a96Ebbd22Aaa3DE4A81180f5",
|
|
1138
1157
|
"story-mainnet": "0xA4BbDdefaEE27cd778C4CED30C0535ec06a8502e",
|
|
1158
|
+
"subtensorevm-mainnet": "0x2086f755A6d9254045C257ea3d382ef854849B0f",
|
|
1139
1159
|
"superposition-mainnet": "0x5c1a97C144A97E9b370F833a06c70Ca8F2f30DE5",
|
|
1140
1160
|
"swell-mainnet": "0x8ebB731185773Dc7eC7A98cF3b3363d9A5a2D539",
|
|
1141
1161
|
"taiko-mainnet": "0xcc0Ee4232fb1dc01F016b2f3bB3728Acdf7A3563",
|
|
@@ -1153,6 +1173,7 @@ var transactionHashes9 = {
|
|
|
1153
1173
|
"arbitrum-mainnet": "0x7b240de2b5cf4d62b01c8cab407c499ca1246ee8e67579068f83bc6f919ff237",
|
|
1154
1174
|
"arbsep-testnet": "0xfe88974bb03c9d69c903f5d6d50bd67dd5e88b7aebb94270ab07bb422ef0afaf",
|
|
1155
1175
|
"astar-mainnet": "0xf26e0966a482f27750e275bddf68fc5bf8a28c91c48a88759529834085474491",
|
|
1176
|
+
"ault-mainnet": "0x47df304e5500a6af26153277ad15df41776b308f804ae0d5b55370d46c62427b",
|
|
1156
1177
|
"aurora-mainnet": "0x30d92947b2c29fd4724107a63b9ca5707ff1fc3f2f3bc4fd44ee82dd05c8b26e",
|
|
1157
1178
|
"avalanche-mainnet": "0xff1266d82d4bd6021955553a95393d7a2f305804626ae69010e1952aec6df026",
|
|
1158
1179
|
"avalanche-testnet": "0xaf7091249847ddcf103be6cfe79cdb6141d864089d93c3c0d61971bfe3fbd63e",
|
|
@@ -1229,6 +1250,7 @@ var transactionHashes9 = {
|
|
|
1229
1250
|
"sonic-mainnet": "0xff5841ca503eaae04c0123004e7c1520c8e3805b5bc3b2e52c9e814e7e8a4c20",
|
|
1230
1251
|
"stable-mainnet": "0xc2890711c6deea114b6969209df7e6567daf7d4556e8a73df12e92a4d39d6f8e",
|
|
1231
1252
|
"story-mainnet": "0xf6851b609e47bf0817772760048098dbcc455269b7a3119389768de662a0d400",
|
|
1253
|
+
"subtensorevm-mainnet": "0x0071c7b35f44616b1312d266d3e1190c5bf533768674b5b92937ae9f0dc95ab6",
|
|
1232
1254
|
"superposition-mainnet": "0xc97daf4e0dfe0d0d66598ceceddf17c1fc258f72e143127a3164bfaffd86c7d0",
|
|
1233
1255
|
"swell-mainnet": "0x04a240fbbced1999634df659be7e3401ea3fc2c46498d672a3a264d9572c1f92",
|
|
1234
1256
|
"taiko-mainnet": "0xa054927ca4fb6432f81f12e5a3f8c32abcc4a5d3a5875c76e7d4e4a54efddf2d",
|
|
@@ -1248,6 +1270,7 @@ var abis9 = {
|
|
|
1248
1270
|
"arbitrum-mainnet": abi09,
|
|
1249
1271
|
"arbsep-testnet": abi09,
|
|
1250
1272
|
"astar-mainnet": abi09,
|
|
1273
|
+
"ault-mainnet": abi09,
|
|
1251
1274
|
"aurora-mainnet": abi09,
|
|
1252
1275
|
"avalanche-mainnet": abi09,
|
|
1253
1276
|
"avalanche-testnet": abi09,
|
|
@@ -1325,6 +1348,7 @@ var abis9 = {
|
|
|
1325
1348
|
"sophon-mainnet": abi09,
|
|
1326
1349
|
"stable-mainnet": abi09,
|
|
1327
1350
|
"story-mainnet": abi09,
|
|
1351
|
+
"subtensorevm-mainnet": abi09,
|
|
1328
1352
|
"superposition-mainnet": abi09,
|
|
1329
1353
|
"swell-mainnet": abi09,
|
|
1330
1354
|
"taiko-mainnet": abi09,
|
|
@@ -1727,6 +1751,7 @@ __export(StargateOFTETH_exports, {
|
|
|
1727
1751
|
});
|
|
1728
1752
|
var addresses14 = {
|
|
1729
1753
|
"ape-mainnet": "0x28E0f0eed8d6A6a96033feEe8b2D7F32EB5CCc48",
|
|
1754
|
+
"ault-mainnet": "0x3a1293Bdb83bBbDd5Ebf4fAc96605aD2021BbC0f",
|
|
1730
1755
|
"bera-mainnet": "0x45f1A95A4D3f3836523F5c83673c797f4d4d263B",
|
|
1731
1756
|
"bl3-testnet": "0x4F5F42799d1E01662B629Ede265baEa223e9f9C7",
|
|
1732
1757
|
"botanix-mainnet": "0x5e37084162504da9AAa8F441D5F9360d1fe9aD40",
|
|
@@ -1765,6 +1790,7 @@ var addresses14 = {
|
|
|
1765
1790
|
};
|
|
1766
1791
|
var transactionHashes14 = {
|
|
1767
1792
|
"ape-mainnet": "0xe80b7dc33a8c5e386e27343e69ab38a4c5bac077ee355a8924a4ed85ddfd4fac",
|
|
1793
|
+
"ault-mainnet": "0x43b7b7e398e7be895047870087f3c6db63c38e3957ed0f90ebaf7d288f0fad75",
|
|
1768
1794
|
"bera-mainnet": "0xe15557a8b31ae8740b29f92bf98bd142be52e20a49e11c1aa9ea3ca36df4c6e9",
|
|
1769
1795
|
"bl3-testnet": "0x748565d00b344fe35fd260f7cb8896c1b98805cbf5b1499fd61a755883003878",
|
|
1770
1796
|
"botanix-mainnet": "0x684900069b6d6f504ab7fb065e149120a30e25625bdf1868ca41677d8d4a7aeb",
|
|
@@ -1805,6 +1831,7 @@ var abi014 = [{ "inputs": [{ "internalType": "address", "name": "_token", "type"
|
|
|
1805
1831
|
var abi12 = [{ "inputs": [{ "internalType": "address", "name": "_token", "type": "address" }, { "internalType": "uint8", "name": "_sharedDecimals", "type": "uint8" }, { "internalType": "address", "name": "_endpoint", "type": "address" }, { "internalType": "address", "name": "_owner", "type": "address" }], "stateMutability": "nonpayable", "type": "constructor" }, { "inputs": [], "name": "InvalidLocalDecimals", "type": "error" }, { "inputs": [], "name": "Path_AlreadyHasCredit", "type": "error" }, { "inputs": [], "name": "Path_InsufficientCredit", "type": "error" }, { "inputs": [], "name": "Path_UnlimitedCredit", "type": "error" }, { "inputs": [{ "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "internalType": "uint256", "name": "minAmountLD", "type": "uint256" }], "name": "SlippageExceeded", "type": "error" }, { "inputs": [], "name": "Stargate_InsufficientFare", "type": "error" }, { "inputs": [], "name": "Stargate_InvalidAmount", "type": "error" }, { "inputs": [], "name": "Stargate_InvalidPath", "type": "error" }, { "inputs": [], "name": "Stargate_InvalidTokenDecimals", "type": "error" }, { "inputs": [], "name": "Stargate_LzTokenUnavailable", "type": "error" }, { "inputs": [], "name": "Stargate_OutflowFailed", "type": "error" }, { "inputs": [], "name": "Stargate_Paused", "type": "error" }, { "inputs": [], "name": "Stargate_RecoverTokenUnsupported", "type": "error" }, { "inputs": [], "name": "Stargate_ReentrantCall", "type": "error" }, { "inputs": [], "name": "Stargate_SlippageTooHigh", "type": "error" }, { "inputs": [], "name": "Stargate_Unauthorized", "type": "error" }, { "inputs": [], "name": "Stargate_UnreceivedTokenNotFound", "type": "error" }, { "inputs": [], "name": "Transfer_ApproveFailed", "type": "error" }, { "inputs": [], "name": "Transfer_TransferFailed", "type": "error" }, { "anonymous": false, "inputs": [{ "components": [{ "internalType": "address", "name": "feeLib", "type": "address" }, { "internalType": "address", "name": "planner", "type": "address" }, { "internalType": "address", "name": "treasurer", "type": "address" }, { "internalType": "address", "name": "tokenMessaging", "type": "address" }, { "internalType": "address", "name": "creditMessaging", "type": "address" }, { "internalType": "address", "name": "lzToken", "type": "address" }], "indexed": false, "internalType": "struct StargateBase.AddressConfig", "name": "config", "type": "tuple" }], "name": "AddressConfigSet", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "components": [{ "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "internalType": "uint64", "name": "amount", "type": "uint64" }], "indexed": false, "internalType": "struct Credit[]", "name": "credits", "type": "tuple[]" }], "name": "CreditsReceived", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "components": [{ "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "internalType": "uint64", "name": "amount", "type": "uint64" }], "indexed": false, "internalType": "struct Credit[]", "name": "credits", "type": "tuple[]" }], "name": "CreditsSent", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "indexed": false, "internalType": "bool", "name": "oft", "type": "bool" }], "name": "OFTPathSet", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "bytes32", "name": "guid", "type": "bytes32" }, { "indexed": false, "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "indexed": true, "internalType": "address", "name": "toAddress", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amountReceivedLD", "type": "uint256" }], "name": "OFTReceived", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "bytes32", "name": "guid", "type": "bytes32" }, { "indexed": false, "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "indexed": true, "internalType": "address", "name": "fromAddress", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amountSentLD", "type": "uint256" }, { "indexed": false, "internalType": "uint256", "name": "amountReceivedLD", "type": "uint256" }], "name": "OFTSent", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": true, "internalType": "address", "name": "previousOwner", "type": "address" }, { "indexed": true, "internalType": "address", "name": "newOwner", "type": "address" }], "name": "OwnershipTransferred", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "bool", "name": "paused", "type": "bool" }], "name": "PauseSet", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "uint256", "name": "amount", "type": "uint256" }], "name": "PlannerFeeWithdrawn", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "uint64", "name": "amountSD", "type": "uint64" }], "name": "TreasuryFeeAdded", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "address", "name": "to", "type": "address" }, { "indexed": false, "internalType": "uint64", "name": "amountSD", "type": "uint64" }], "name": "TreasuryFeeWithdrawn", "type": "event" }, { "anonymous": false, "inputs": [{ "indexed": false, "internalType": "bytes32", "name": "guid", "type": "bytes32" }, { "indexed": false, "internalType": "uint8", "name": "index", "type": "uint8" }, { "indexed": false, "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "indexed": false, "internalType": "address", "name": "receiver", "type": "address" }, { "indexed": false, "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "indexed": false, "internalType": "bytes", "name": "composeMsg", "type": "bytes" }], "name": "UnreceivedTokenCached", "type": "event" }, { "inputs": [{ "internalType": "uint256", "name": "_amountLD", "type": "uint256" }], "name": "addTreasuryFee", "outputs": [], "stateMutability": "payable", "type": "function" }, { "inputs": [], "name": "approvalRequired", "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], "stateMutability": "pure", "type": "function" }, { "inputs": [], "name": "endpoint", "outputs": [{ "internalType": "contract ILayerZeroEndpointV2", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getAddressConfig", "outputs": [{ "components": [{ "internalType": "address", "name": "feeLib", "type": "address" }, { "internalType": "address", "name": "planner", "type": "address" }, { "internalType": "address", "name": "treasurer", "type": "address" }, { "internalType": "address", "name": "tokenMessaging", "type": "address" }, { "internalType": "address", "name": "creditMessaging", "type": "address" }, { "internalType": "address", "name": "lzToken", "type": "address" }], "internalType": "struct StargateBase.AddressConfig", "name": "", "type": "tuple" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "getTransferGasLimit", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "localEid", "outputs": [{ "internalType": "uint32", "name": "", "type": "uint32" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "oftVersion", "outputs": [{ "internalType": "bytes4", "name": "interfaceId", "type": "bytes4" }, { "internalType": "uint64", "name": "version", "type": "uint64" }], "stateMutability": "pure", "type": "function" }, { "inputs": [], "name": "owner", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "uint32", "name": "eid", "type": "uint32" }], "name": "paths", "outputs": [{ "internalType": "uint64", "name": "credit", "type": "uint64" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "plannerFee", "outputs": [{ "internalType": "uint256", "name": "available", "type": "uint256" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "internalType": "bytes32", "name": "to", "type": "bytes32" }, { "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "internalType": "uint256", "name": "minAmountLD", "type": "uint256" }, { "internalType": "bytes", "name": "extraOptions", "type": "bytes" }, { "internalType": "bytes", "name": "composeMsg", "type": "bytes" }, { "internalType": "bytes", "name": "oftCmd", "type": "bytes" }], "internalType": "struct SendParam", "name": "_sendParam", "type": "tuple" }], "name": "quoteOFT", "outputs": [{ "components": [{ "internalType": "uint256", "name": "minAmountLD", "type": "uint256" }, { "internalType": "uint256", "name": "maxAmountLD", "type": "uint256" }], "internalType": "struct OFTLimit", "name": "limit", "type": "tuple" }, { "components": [{ "internalType": "int256", "name": "feeAmountLD", "type": "int256" }, { "internalType": "string", "name": "description", "type": "string" }], "internalType": "struct OFTFeeDetail[]", "name": "oftFeeDetails", "type": "tuple[]" }, { "components": [{ "internalType": "uint256", "name": "amountSentLD", "type": "uint256" }, { "internalType": "uint256", "name": "amountReceivedLD", "type": "uint256" }], "internalType": "struct OFTReceipt", "name": "receipt", "type": "tuple" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "internalType": "bytes32", "name": "to", "type": "bytes32" }, { "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "internalType": "uint256", "name": "minAmountLD", "type": "uint256" }, { "internalType": "bytes", "name": "extraOptions", "type": "bytes" }, { "internalType": "bytes", "name": "composeMsg", "type": "bytes" }, { "internalType": "bytes", "name": "oftCmd", "type": "bytes" }], "internalType": "struct SendParam", "name": "_sendParam", "type": "tuple" }, { "internalType": "bool", "name": "_payInLzToken", "type": "bool" }], "name": "quoteSend", "outputs": [{ "components": [{ "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "lzTokenFee", "type": "uint256" }], "internalType": "struct MessagingFee", "name": "fee", "type": "tuple" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "uint32", "name": "_srcEid", "type": "uint32" }, { "components": [{ "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "internalType": "uint64", "name": "amount", "type": "uint64" }], "internalType": "struct Credit[]", "name": "_credits", "type": "tuple[]" }], "name": "receiveCredits", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "internalType": "bytes32", "name": "sender", "type": "bytes32" }, { "internalType": "uint64", "name": "nonce", "type": "uint64" }], "internalType": "struct Origin", "name": "_origin", "type": "tuple" }, { "internalType": "bytes32", "name": "_guid", "type": "bytes32" }, { "internalType": "uint8", "name": "_seatNumber", "type": "uint8" }, { "internalType": "address", "name": "_receiver", "type": "address" }, { "internalType": "uint64", "name": "_amountSD", "type": "uint64" }], "name": "receiveTokenBus", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "internalType": "bytes32", "name": "sender", "type": "bytes32" }, { "internalType": "uint64", "name": "nonce", "type": "uint64" }], "internalType": "struct Origin", "name": "_origin", "type": "tuple" }, { "internalType": "bytes32", "name": "_guid", "type": "bytes32" }, { "internalType": "address", "name": "_receiver", "type": "address" }, { "internalType": "uint64", "name": "_amountSD", "type": "uint64" }, { "internalType": "bytes", "name": "_composeMsg", "type": "bytes" }], "name": "receiveTokenTaxi", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_token", "type": "address" }, { "internalType": "address", "name": "_to", "type": "address" }, { "internalType": "uint256", "name": "_amount", "type": "uint256" }], "name": "recoverToken", "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "renounceOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "bytes32", "name": "_guid", "type": "bytes32" }, { "internalType": "uint8", "name": "_index", "type": "uint8" }, { "internalType": "uint32", "name": "_srcEid", "type": "uint32" }, { "internalType": "address", "name": "_receiver", "type": "address" }, { "internalType": "uint256", "name": "_amountLD", "type": "uint256" }, { "internalType": "bytes", "name": "_composeMsg", "type": "bytes" }], "name": "retryReceiveToken", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "internalType": "bytes32", "name": "to", "type": "bytes32" }, { "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "internalType": "uint256", "name": "minAmountLD", "type": "uint256" }, { "internalType": "bytes", "name": "extraOptions", "type": "bytes" }, { "internalType": "bytes", "name": "composeMsg", "type": "bytes" }, { "internalType": "bytes", "name": "oftCmd", "type": "bytes" }], "internalType": "struct SendParam", "name": "_sendParam", "type": "tuple" }, { "components": [{ "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "lzTokenFee", "type": "uint256" }], "internalType": "struct MessagingFee", "name": "_fee", "type": "tuple" }, { "internalType": "address", "name": "_refundAddress", "type": "address" }], "name": "send", "outputs": [{ "components": [{ "internalType": "bytes32", "name": "guid", "type": "bytes32" }, { "internalType": "uint64", "name": "nonce", "type": "uint64" }, { "components": [{ "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "lzTokenFee", "type": "uint256" }], "internalType": "struct MessagingFee", "name": "fee", "type": "tuple" }], "internalType": "struct MessagingReceipt", "name": "msgReceipt", "type": "tuple" }, { "components": [{ "internalType": "uint256", "name": "amountSentLD", "type": "uint256" }, { "internalType": "uint256", "name": "amountReceivedLD", "type": "uint256" }], "internalType": "struct OFTReceipt", "name": "oftReceipt", "type": "tuple" }], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "internalType": "uint32", "name": "_dstEid", "type": "uint32" }, { "components": [{ "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "internalType": "uint64", "name": "amount", "type": "uint64" }, { "internalType": "uint64", "name": "minAmount", "type": "uint64" }], "internalType": "struct TargetCredit[]", "name": "_credits", "type": "tuple[]" }], "name": "sendCredits", "outputs": [{ "components": [{ "internalType": "uint32", "name": "srcEid", "type": "uint32" }, { "internalType": "uint64", "name": "amount", "type": "uint64" }], "internalType": "struct Credit[]", "name": "", "type": "tuple[]" }], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "uint32", "name": "dstEid", "type": "uint32" }, { "internalType": "bytes32", "name": "to", "type": "bytes32" }, { "internalType": "uint256", "name": "amountLD", "type": "uint256" }, { "internalType": "uint256", "name": "minAmountLD", "type": "uint256" }, { "internalType": "bytes", "name": "extraOptions", "type": "bytes" }, { "internalType": "bytes", "name": "composeMsg", "type": "bytes" }, { "internalType": "bytes", "name": "oftCmd", "type": "bytes" }], "internalType": "struct SendParam", "name": "_sendParam", "type": "tuple" }, { "components": [{ "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "lzTokenFee", "type": "uint256" }], "internalType": "struct MessagingFee", "name": "_fee", "type": "tuple" }, { "internalType": "address", "name": "_refundAddress", "type": "address" }], "name": "sendToken", "outputs": [{ "components": [{ "internalType": "bytes32", "name": "guid", "type": "bytes32" }, { "internalType": "uint64", "name": "nonce", "type": "uint64" }, { "components": [{ "internalType": "uint256", "name": "nativeFee", "type": "uint256" }, { "internalType": "uint256", "name": "lzTokenFee", "type": "uint256" }], "internalType": "struct MessagingFee", "name": "fee", "type": "tuple" }], "internalType": "struct MessagingReceipt", "name": "msgReceipt", "type": "tuple" }, { "components": [{ "internalType": "uint256", "name": "amountSentLD", "type": "uint256" }, { "internalType": "uint256", "name": "amountReceivedLD", "type": "uint256" }], "internalType": "struct OFTReceipt", "name": "oftReceipt", "type": "tuple" }, { "components": [{ "internalType": "uint72", "name": "ticketId", "type": "uint72" }, { "internalType": "bytes", "name": "passengerBytes", "type": "bytes" }], "internalType": "struct Ticket", "name": "ticket", "type": "tuple" }], "stateMutability": "payable", "type": "function" }, { "inputs": [{ "components": [{ "internalType": "address", "name": "feeLib", "type": "address" }, { "internalType": "address", "name": "planner", "type": "address" }, { "internalType": "address", "name": "treasurer", "type": "address" }, { "internalType": "address", "name": "tokenMessaging", "type": "address" }, { "internalType": "address", "name": "creditMessaging", "type": "address" }, { "internalType": "address", "name": "lzToken", "type": "address" }], "internalType": "struct StargateBase.AddressConfig", "name": "_config", "type": "tuple" }], "name": "setAddressConfig", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint32", "name": "_dstEid", "type": "uint32" }, { "internalType": "bool", "name": "_oft", "type": "bool" }], "name": "setOFTPath", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "bool", "name": "_paused", "type": "bool" }], "name": "setPause", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "uint256", "name": "_gasLimit", "type": "uint256" }], "name": "setTransferGasLimit", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "sharedDecimals", "outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "stargateType", "outputs": [{ "internalType": "enum StargateType", "name": "", "type": "uint8" }], "stateMutability": "pure", "type": "function" }, { "inputs": [], "name": "status", "outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "token", "outputs": [{ "internalType": "address", "name": "", "type": "address" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "newOwner", "type": "address" }], "name": "transferOwnership", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [], "name": "treasuryFee", "outputs": [{ "internalType": "uint64", "name": "", "type": "uint64" }], "stateMutability": "view", "type": "function" }, { "inputs": [{ "internalType": "bytes32", "name": "guid", "type": "bytes32" }, { "internalType": "uint8", "name": "index", "type": "uint8" }], "name": "unreceivedTokens", "outputs": [{ "internalType": "bytes32", "name": "hash", "type": "bytes32" }], "stateMutability": "view", "type": "function" }, { "inputs": [], "name": "withdrawPlannerFee", "outputs": [], "stateMutability": "nonpayable", "type": "function" }, { "inputs": [{ "internalType": "address", "name": "_to", "type": "address" }, { "internalType": "uint64", "name": "_amountSD", "type": "uint64" }], "name": "withdrawTreasuryFee", "outputs": [], "stateMutability": "nonpayable", "type": "function" }];
|
|
1806
1832
|
var abis14 = {
|
|
1807
1833
|
"ape-mainnet": abi014,
|
|
1834
|
+
"ault-mainnet": abi014,
|
|
1808
1835
|
"bera-mainnet": abi014,
|
|
1809
1836
|
"bl3-testnet": abi014,
|
|
1810
1837
|
"botanix-mainnet": abi014,
|
|
@@ -1885,6 +1912,7 @@ var addresses16 = {
|
|
|
1885
1912
|
"abstract-mainnet": "0x91a5Fe991ccB876d22847967CEd24dCd7A426e0E",
|
|
1886
1913
|
"ape-mainnet": "0x2086f755A6d9254045C257ea3d382ef854849B0f",
|
|
1887
1914
|
"apexfusionnexus-mainnet": "0x60219C44E146BAf36002eA73767820238Ebc1db6",
|
|
1915
|
+
"ault-mainnet": "0x88853D410299BCBfE5fCC9Eef93c03115E908279",
|
|
1888
1916
|
"bera-mainnet": "0xAF54BE5B6eEc24d6BFACf1cce4eaF680A8239398",
|
|
1889
1917
|
"bl3-testnet": "0x370DC69d5B49E6844C867efA752b419EaC49ABa8",
|
|
1890
1918
|
"botanix-mainnet": "0xf785a6BcC6a2d5522D27A1FD11099A84e3710Bb2",
|
|
@@ -1925,6 +1953,7 @@ var addresses16 = {
|
|
|
1925
1953
|
"somnia-mainnet": "0xCb97465Bc1bFF20fb788ccf29b409513789b6EaE",
|
|
1926
1954
|
"stable-mainnet": "0x31EEf89D5215C305304a2fA5376a1f1b6C5dc477",
|
|
1927
1955
|
"story-mainnet": "0x2086f755A6d9254045C257ea3d382ef854849B0f",
|
|
1956
|
+
"subtensorevm-mainnet": "0x74c9f2b00581F1B11AA7ff05aa9F608B7389De67",
|
|
1928
1957
|
"superposition-mainnet": "0x8EE21165Ecb7562BA716c9549C1dE751282b9B33",
|
|
1929
1958
|
"taiko-mainnet": "0x77C71633C34C3784ede189d74223122422492a0f",
|
|
1930
1959
|
"telos-mainnet": "0x2086f755A6d9254045C257ea3d382ef854849B0f",
|
|
@@ -1934,6 +1963,7 @@ var addresses16 = {
|
|
|
1934
1963
|
var transactionHashes16 = {
|
|
1935
1964
|
"ape-mainnet": "0xe667c7ea426468dfa14e4b0da2f24a150bc7cd8026f46b6c4953c118f2c5949e",
|
|
1936
1965
|
"apexfusionnexus-mainnet": "0xabda0bc355a592a58906712b804c2ab150a0f816170c89419092422648b50004",
|
|
1966
|
+
"ault-mainnet": "0x497105e77a2367cfdd50d4167a898b073ef0a721c725c7241837579bbbd93a07",
|
|
1937
1967
|
"bera-mainnet": "0xdb7893dcf988ceccc0542efebb1d6c661ab8cc78f7c27cb283f5affe844da1eb",
|
|
1938
1968
|
"bl3-testnet": "0xcfacdd65d69621f9be11834c8d11eefbd908ac10a9cd42102eab18a1ee7ff181",
|
|
1939
1969
|
"botanix-mainnet": "0x351f4abceae2e876a7736eda9dacf3c129ae6a7ee2d9ac2d070f797efb1caea6",
|
|
@@ -1974,6 +2004,7 @@ var transactionHashes16 = {
|
|
|
1974
2004
|
"somnia-mainnet": "0x395a465c7e8043f0bbd6210fd3944078959043b9583c72a879191c9dd7af70d8",
|
|
1975
2005
|
"stable-mainnet": "0x49429254d43f1ed121c53a9a154cefcb37799da3c4546838a838ce93953253a1",
|
|
1976
2006
|
"story-mainnet": "0x12035df92ffe3e6921f6acc1da4b838d2ca275d923e190dd8a64ff168c8ed8b2",
|
|
2007
|
+
"subtensorevm-mainnet": "0x46f005d74f573767424628d0bfab0e63117a83e2667630df6833eca2ed635230",
|
|
1977
2008
|
"superposition-mainnet": "0x787861ff02160a6172e96d7f4b064a016a39179b0886842b5f3e0d8266062419",
|
|
1978
2009
|
"taiko-mainnet": "0x850187f5dc8c40aee5265bd9eff929e329dac20a0943d4cf2981b77db9de27f1",
|
|
1979
2010
|
"telos-mainnet": "0x56fce4f5ab8243e01b8a4972c913e22549a450db69da3e8482b45038b1cece29",
|
|
@@ -1988,6 +2019,7 @@ var abis16 = {
|
|
|
1988
2019
|
"abstract-mainnet": abi016,
|
|
1989
2020
|
"ape-mainnet": abi016,
|
|
1990
2021
|
"apexfusionnexus-mainnet": abi016,
|
|
2022
|
+
"ault-mainnet": abi016,
|
|
1991
2023
|
"bera-mainnet": abi016,
|
|
1992
2024
|
"bl3-testnet": abi016,
|
|
1993
2025
|
"botanix-mainnet": abi016,
|
|
@@ -2028,6 +2060,7 @@ var abis16 = {
|
|
|
2028
2060
|
"somnia-mainnet": abi016,
|
|
2029
2061
|
"stable-mainnet": abi016,
|
|
2030
2062
|
"story-mainnet": abi016,
|
|
2063
|
+
"subtensorevm-mainnet": abi016,
|
|
2031
2064
|
"superposition-mainnet": abi016,
|
|
2032
2065
|
"taiko-mainnet": abi14,
|
|
2033
2066
|
"telos-mainnet": abi016,
|
|
@@ -2589,6 +2622,7 @@ var addresses26 = {
|
|
|
2589
2622
|
"apexfusionnexus-mainnet": "0x783129E4d7bA0Af0C896c239E57C06DF379aAE8c",
|
|
2590
2623
|
"arbitrum-mainnet": "0x19cFCE47eD54a88614648DC3f19A5980097007dD",
|
|
2591
2624
|
"arbsep-testnet": "0x657C13E8668B4eD33e524E3F8BD8559667E3Eb9b",
|
|
2625
|
+
"ault-mainnet": "0xbbA60da06c2c5424f03f7434542280FCAd453d10",
|
|
2592
2626
|
"aurora-mainnet": "0x5f688F563Dc16590e570f97b542FA87931AF2feD",
|
|
2593
2627
|
"avalanche-mainnet": "0x17E450Be3Ba9557F2378E20d64AD417E59Ef9A34",
|
|
2594
2628
|
"avalanche-testnet": "0x8a2B28364102Bea189D99A475C494330Ef2bDD0B",
|
|
@@ -2657,6 +2691,7 @@ var addresses26 = {
|
|
|
2657
2691
|
"sophon-mainnet": "0x8d96695B834d2bAC27BD9511c586E7c834548cEC",
|
|
2658
2692
|
"stable-mainnet": "0xd027aFcc69ffA2bCB288BA68da6B71EC90d7B1d2",
|
|
2659
2693
|
"story-mainnet": "0x88853D410299BCBfE5fCC9Eef93c03115E908279",
|
|
2694
|
+
"subtensorevm-mainnet": "0x015fd589F4f1A33ce4487E12714e1B15129c9329",
|
|
2660
2695
|
"superposition-mainnet": "0x06Eb48763f117c7Be887296CDcdfad2E4092739C",
|
|
2661
2696
|
"swell-mainnet": "0x851C9D74BF5cfAEB4a0082A55a65A8F2718b337F",
|
|
2662
2697
|
"taiko-mainnet": "0x45d417612e177672958dC0537C45a8f8d754Ac2E",
|
|
@@ -2671,6 +2706,7 @@ var transactionHashes26 = {
|
|
|
2671
2706
|
"apexfusionnexus-mainnet": "0x17c5a4cd80824c18391cc20ae08acefdfc34acd46d48b79ca363dc6e5ad281ea",
|
|
2672
2707
|
"arbitrum-mainnet": "0xd7e4e5637aa7fa17febb99f7339437fdf578b8a9a9ba998aed033a417d90a390",
|
|
2673
2708
|
"arbsep-testnet": "0x752dedf6b9e0340d8557942d977cc1e332e028d97ffcde713d7d2313a8fadb6f",
|
|
2709
|
+
"ault-mainnet": "0x42f549495a7946ea12443fbdec2295c87a2cfd5820ad137e323d0cc9016304ad",
|
|
2674
2710
|
"aurora-mainnet": "0xa31cb02e1385c2efad1f50b468c4da2e577e01e488276da662b9386bbd1c2ca1",
|
|
2675
2711
|
"avalanche-mainnet": "0x55be6d06f1cb02fd9c7e09e0135cc47a8075710552baf90ef4751b329daee7eb",
|
|
2676
2712
|
"avalanche-testnet": "0x363c13859f0e2f55271b98299ec73f3a7baa59fa367272ac68392039dd29272a",
|
|
@@ -2738,6 +2774,7 @@ var transactionHashes26 = {
|
|
|
2738
2774
|
"sonic-mainnet": "0xc62175653eb3687cf267a7c6a31f2a886f009238cf28100ef5b23d0794187bbb",
|
|
2739
2775
|
"stable-mainnet": "0xaa7743e70ab03dd7aa3188c286ed320d7b6dcce88a4e0ec9c7181d315fffc693",
|
|
2740
2776
|
"story-mainnet": "0x08cb95074caa0ff6bc0626301770ef93232e05294295e01e97dff523709b416d",
|
|
2777
|
+
"subtensorevm-mainnet": "0x09fc89bdeb38c8e1a797810dfb2b566cd1bff5d3c3cc87768470f5d20b2ba9da",
|
|
2741
2778
|
"superposition-mainnet": "0xeb965929157f749a796f0611f6c50344d67f88a6ea5ea021859d735b551652ab",
|
|
2742
2779
|
"swell-mainnet": "0x15efb795d18d92ed02681e380ac4b952bb6ae595a8844f558ba279cbfd3f13e1",
|
|
2743
2780
|
"taiko-mainnet": "0x8e3284393f7b4b8c42d7f5a7341b8b37edcb39268ab797720867a1a5768a2349",
|
|
@@ -2755,6 +2792,7 @@ var abis26 = {
|
|
|
2755
2792
|
"apexfusionnexus-mainnet": abi026,
|
|
2756
2793
|
"arbitrum-mainnet": abi026,
|
|
2757
2794
|
"arbsep-testnet": abi026,
|
|
2795
|
+
"ault-mainnet": abi026,
|
|
2758
2796
|
"aurora-mainnet": abi026,
|
|
2759
2797
|
"avalanche-mainnet": abi026,
|
|
2760
2798
|
"avalanche-testnet": abi026,
|
|
@@ -2823,6 +2861,7 @@ var abis26 = {
|
|
|
2823
2861
|
"sophon-mainnet": abi026,
|
|
2824
2862
|
"stable-mainnet": abi026,
|
|
2825
2863
|
"story-mainnet": abi026,
|
|
2864
|
+
"subtensorevm-mainnet": abi026,
|
|
2826
2865
|
"superposition-mainnet": abi026,
|
|
2827
2866
|
"swell-mainnet": abi026,
|
|
2828
2867
|
"taiko-mainnet": abi026,
|
|
@@ -2846,6 +2885,7 @@ var addresses27 = {
|
|
|
2846
2885
|
"apexfusionnexus-mainnet": "0xd027aFcc69ffA2bCB288BA68da6B71EC90d7B1d2",
|
|
2847
2886
|
"arbitrum-mainnet": "0x146c8e409C113ED87C6183f4d25c50251DFfbb3a",
|
|
2848
2887
|
"arbsep-testnet": "0xd1E255BB6354D237172802646B0d6dDCFC8c509E",
|
|
2888
|
+
"ault-mainnet": "0xa7F3e26df31Abcb20a6Fe6bE35DdC60702a32455",
|
|
2849
2889
|
"aurora-mainnet": "0xf5F74d2508e97A3a7CCA2ccb75c8325D66b46152",
|
|
2850
2890
|
"avalanche-mainnet": "0xC2b638Cb5042c1B3c5d5C969361fB50569840583",
|
|
2851
2891
|
"avalanche-testnet": "0x0829F361A05D993d5CEb035cA6DF3446b060970b",
|
|
@@ -2914,6 +2954,7 @@ var addresses27 = {
|
|
|
2914
2954
|
"sophon-mainnet": "0x7Fd25d55E7575Ba05D568c8C2549e1D1905B6A9B",
|
|
2915
2955
|
"stable-mainnet": "0x0F3273eA5d8B182CD87C8630Dc436a6133b9bE39",
|
|
2916
2956
|
"story-mainnet": "0xa7F3e26df31Abcb20a6Fe6bE35DdC60702a32455",
|
|
2957
|
+
"subtensorevm-mainnet": "0xA272fFe20cFfe769CdFc4b63088DCD2C82a2D8F9",
|
|
2917
2958
|
"superposition-mainnet": "0xe7Ec689f432f29383f217e36e680B5C855051f25",
|
|
2918
2959
|
"swell-mainnet": "0x93819FfD972Fd57b1AAf42ba85e6B437D60FC807",
|
|
2919
2960
|
"taiko-mainnet": "0x8c1014B5936dD88BAA5F4DB0423C3003615E03a0",
|
|
@@ -2928,6 +2969,7 @@ var transactionHashes27 = {
|
|
|
2928
2969
|
"apexfusionnexus-mainnet": "0x26de32f1ab9ff4220473bc1c4414779ea3f174731be548012d6853c74bb2df37",
|
|
2929
2970
|
"arbitrum-mainnet": "0xb4b2cc8b75fe1d1969ef4274d25cab08c69792acdf58fc3977dbfff7ce689638",
|
|
2930
2971
|
"arbsep-testnet": "0x96a6c3ebb157d2d54f01c189c5a9d19548a2f0eba4c34ebb689bdc1f9094177f",
|
|
2972
|
+
"ault-mainnet": "0xdcab35dce595c772ef783146518d6cfe863714cd2e31a706ca41152f8f54f2f9",
|
|
2931
2973
|
"aurora-mainnet": "0x703be4e36bf8b4ca337277066dbb3eb1174fa6cf9fc62796cae13531d22f7659",
|
|
2932
2974
|
"avalanche-mainnet": "0x6fbe44a713c6666e22e4f749f6db46a8e72397b1f1f2304b98c85d121ce76da0",
|
|
2933
2975
|
"avalanche-testnet": "0x49fec7347a109ae4b91bf4016797d2a68bb8cc847834492d4027298b73943684",
|
|
@@ -2995,6 +3037,7 @@ var transactionHashes27 = {
|
|
|
2995
3037
|
"sonic-mainnet": "0x0c3471fc12a02339f70d717e4cebed4abec5737464b2edac98598a31263de6bc",
|
|
2996
3038
|
"stable-mainnet": "0x4ce6f314cf62692c8ef9509005b542681720853c614bade54948c6b342f44ea1",
|
|
2997
3039
|
"story-mainnet": "0x6992a37bde75bef7ed88706d8e9eb26429da9409ebb19dfd2fda85a6fad2a8e1",
|
|
3040
|
+
"subtensorevm-mainnet": "0x4d974fa7bf6ec4823a07165ac69fa433f73dbb0c45f36dfebf36ec6162dac162",
|
|
2998
3041
|
"superposition-mainnet": "0xe95930613c5521514828d565aa0f928d717d32cfb4fa903bb85d91b63a98877b",
|
|
2999
3042
|
"swell-mainnet": "0xab6d5e17117e1955d7b621635fb59c9ef984572420572d0b3915302e1f0306ea",
|
|
3000
3043
|
"taiko-mainnet": "0x68764a18b669f644f0eadc0110979079a1f7af5d251639f7dc1c948c76c0eb28",
|
|
@@ -3011,6 +3054,7 @@ var abis27 = {
|
|
|
3011
3054
|
"apexfusionnexus-mainnet": abi027,
|
|
3012
3055
|
"arbitrum-mainnet": abi027,
|
|
3013
3056
|
"arbsep-testnet": abi027,
|
|
3057
|
+
"ault-mainnet": abi027,
|
|
3014
3058
|
"aurora-mainnet": abi027,
|
|
3015
3059
|
"avalanche-mainnet": abi027,
|
|
3016
3060
|
"avalanche-testnet": abi027,
|
|
@@ -3079,6 +3123,7 @@ var abis27 = {
|
|
|
3079
3123
|
"sophon-mainnet": abi027,
|
|
3080
3124
|
"stable-mainnet": abi027,
|
|
3081
3125
|
"story-mainnet": abi027,
|
|
3126
|
+
"subtensorevm-mainnet": abi027,
|
|
3082
3127
|
"superposition-mainnet": abi027,
|
|
3083
3128
|
"swell-mainnet": abi027,
|
|
3084
3129
|
"taiko-mainnet": abi027,
|