@eth-optimism/tokenlist 9.0.35 → 9.0.36
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/dist/index.d.ts +1 -1
- package/dist/index.js +54 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +54 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-c3f01836.d.ts → optimism.tokenlist-4c9c44f4.d.ts} +54 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +54 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +54 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@ var keywords = [
|
|
|
5
5
|
"layer2",
|
|
6
6
|
"infrastructure"
|
|
7
7
|
];
|
|
8
|
-
var timestamp = "2024-02-
|
|
8
|
+
var timestamp = "2024-02-13T19:30:52.478Z";
|
|
9
9
|
var tokens = [
|
|
10
10
|
{
|
|
11
11
|
chainId: 1,
|
|
@@ -733,6 +733,58 @@ var tokens = [
|
|
|
733
733
|
opTokenId: "BTRST"
|
|
734
734
|
}
|
|
735
735
|
},
|
|
736
|
+
{
|
|
737
|
+
chainId: 5,
|
|
738
|
+
address: "0x39e09359F5a7396937504Eb2766722e2bf4650e8",
|
|
739
|
+
name: "BTRST",
|
|
740
|
+
symbol: "BTRST",
|
|
741
|
+
decimals: 18,
|
|
742
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTRST/logo.svg",
|
|
743
|
+
extensions: {
|
|
744
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
745
|
+
opListId: "extended",
|
|
746
|
+
opTokenId: "BTRST"
|
|
747
|
+
}
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
chainId: 84531,
|
|
751
|
+
address: "0x99aC4484e8a1dbd6A185380B3A811913Ac884D87",
|
|
752
|
+
name: "BTRST",
|
|
753
|
+
symbol: "BTRST",
|
|
754
|
+
decimals: 18,
|
|
755
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTRST/logo.svg",
|
|
756
|
+
extensions: {
|
|
757
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
758
|
+
opListId: "extended",
|
|
759
|
+
opTokenId: "BTRST"
|
|
760
|
+
}
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
chainId: 11155111,
|
|
764
|
+
address: "0xE490c7698F2b80789Fe312162d9D0a1Bd8C9beeE",
|
|
765
|
+
name: "BTRST",
|
|
766
|
+
symbol: "BTRST",
|
|
767
|
+
decimals: 18,
|
|
768
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTRST/logo.svg",
|
|
769
|
+
extensions: {
|
|
770
|
+
baseBridgeAddress: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120",
|
|
771
|
+
opListId: "extended",
|
|
772
|
+
opTokenId: "BTRST"
|
|
773
|
+
}
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
chainId: 84532,
|
|
777
|
+
address: "0xE490c7698F2b80789Fe312162d9D0a1Bd8C9beeE",
|
|
778
|
+
name: "BTRST",
|
|
779
|
+
symbol: "BTRST",
|
|
780
|
+
decimals: 18,
|
|
781
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTRST/logo.svg",
|
|
782
|
+
extensions: {
|
|
783
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
784
|
+
opListId: "extended",
|
|
785
|
+
opTokenId: "BTRST"
|
|
786
|
+
}
|
|
787
|
+
},
|
|
736
788
|
{
|
|
737
789
|
chainId: 1,
|
|
738
790
|
address: "0x936Ab482d6bd111910a42849D3A51Ff80BB0A711",
|
|
@@ -6802,7 +6854,7 @@ var tokens = [
|
|
|
6802
6854
|
var version = {
|
|
6803
6855
|
major: 9,
|
|
6804
6856
|
minor: 0,
|
|
6805
|
-
patch:
|
|
6857
|
+
patch: 36
|
|
6806
6858
|
};
|
|
6807
6859
|
var optimism_tokenlist = {
|
|
6808
6860
|
name: name,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { o as default, k as keywords, a as logoURI, n as name, t as timestamp, b as tokens, v as version } from './optimism.tokenlist-
|
|
1
|
+
export { o as default, k as keywords, a as logoURI, n as name, t as timestamp, b as tokens, v as version } from './optimism.tokenlist-4c9c44f4.js';
|
|
@@ -6,7 +6,7 @@ var keywords = [
|
|
|
6
6
|
"layer2",
|
|
7
7
|
"infrastructure"
|
|
8
8
|
];
|
|
9
|
-
var timestamp = "2024-02-
|
|
9
|
+
var timestamp = "2024-02-13T19:30:52.478Z";
|
|
10
10
|
var tokens = [
|
|
11
11
|
{
|
|
12
12
|
chainId: 1,
|
|
@@ -734,6 +734,58 @@ var tokens = [
|
|
|
734
734
|
opTokenId: "BTRST"
|
|
735
735
|
}
|
|
736
736
|
},
|
|
737
|
+
{
|
|
738
|
+
chainId: 5,
|
|
739
|
+
address: "0x39e09359F5a7396937504Eb2766722e2bf4650e8",
|
|
740
|
+
name: "BTRST",
|
|
741
|
+
symbol: "BTRST",
|
|
742
|
+
decimals: 18,
|
|
743
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTRST/logo.svg",
|
|
744
|
+
extensions: {
|
|
745
|
+
baseBridgeAddress: "0xfa6d8ee5be770f84fc001d098c4bd604fe01284a",
|
|
746
|
+
opListId: "extended",
|
|
747
|
+
opTokenId: "BTRST"
|
|
748
|
+
}
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
chainId: 84531,
|
|
752
|
+
address: "0x99aC4484e8a1dbd6A185380B3A811913Ac884D87",
|
|
753
|
+
name: "BTRST",
|
|
754
|
+
symbol: "BTRST",
|
|
755
|
+
decimals: 18,
|
|
756
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTRST/logo.svg",
|
|
757
|
+
extensions: {
|
|
758
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
759
|
+
opListId: "extended",
|
|
760
|
+
opTokenId: "BTRST"
|
|
761
|
+
}
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
chainId: 11155111,
|
|
765
|
+
address: "0xE490c7698F2b80789Fe312162d9D0a1Bd8C9beeE",
|
|
766
|
+
name: "BTRST",
|
|
767
|
+
symbol: "BTRST",
|
|
768
|
+
decimals: 18,
|
|
769
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTRST/logo.svg",
|
|
770
|
+
extensions: {
|
|
771
|
+
baseBridgeAddress: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120",
|
|
772
|
+
opListId: "extended",
|
|
773
|
+
opTokenId: "BTRST"
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
chainId: 84532,
|
|
778
|
+
address: "0xE490c7698F2b80789Fe312162d9D0a1Bd8C9beeE",
|
|
779
|
+
name: "BTRST",
|
|
780
|
+
symbol: "BTRST",
|
|
781
|
+
decimals: 18,
|
|
782
|
+
logoURI: "https://ethereum-optimism.github.io/data/BTRST/logo.svg",
|
|
783
|
+
extensions: {
|
|
784
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
785
|
+
opListId: "extended",
|
|
786
|
+
opTokenId: "BTRST"
|
|
787
|
+
}
|
|
788
|
+
},
|
|
737
789
|
{
|
|
738
790
|
chainId: 1,
|
|
739
791
|
address: "0x936Ab482d6bd111910a42849D3A51Ff80BB0A711",
|
|
@@ -6803,7 +6855,7 @@ var tokens = [
|
|
|
6803
6855
|
var version = {
|
|
6804
6856
|
major: 9,
|
|
6805
6857
|
minor: 0,
|
|
6806
|
-
patch:
|
|
6858
|
+
patch: 36
|
|
6807
6859
|
};
|
|
6808
6860
|
var optimism_tokenlist_default = {
|
|
6809
6861
|
name,
|